Skip to content

Conversation

@dave1010
Copy link

No description provided.

@dave1010
Copy link
Author

If you need PHP 8.5 now, add this to your env setup script:

add-apt-repository -y ppa:ondrej/php
apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends php8.5 composer
/usr/bin/php8.5 -v
ln -sf /usr/bin/php8.5 /usr/local/bin/php
mise settings add disable_tools php
eval "$(mise env)"
which php
php -v
composer install --no-progress

It will add a couple of minutes to the container setup but hopefully the image will be cached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant